/*START Responsive*/

@media (min-width:1px) {
    countrypage .WorldExpeditions_Title_Trip {
        /*! display: none; */
    }
    countrypage .worldex-banner-content {
        display: none;
    }
    .country-map-section .countryowl .owl-carousel .owl-controls .owl-prev {
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 60px;
        left: 20px;
        -webkit-border-radius: 111px;
        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
        -moz-border-radius: 111px;
        /* Firefox 1-3.6 */
        border-radius: 111px;
        /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        width: 45px;
        height: 45px;
    }
    .country-map-section .countryowl .owl-carousel .owl-controls .owl-next {
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 60px;
        right: 20px;
        -webkit-border-radius: 111px;
        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
        -moz-border-radius: 111px;
        /* Firefox 1-3.6 */
        border-radius: 111px;
        /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        width: 45px;
        height: 45px;
    }
    .video-playlist .col-xs-4 {
        padding-right: 10px;
        padding-left: 10px;
    }
    videothumbnail p {
        text-align: center;
    }
	
	essentialinformation .resp-tabs-container {
		background: #fff none repeat scroll 0 0;
		border-color: #cecece;
		border-style: solid;
		border-width: 1px;
		padding: 0;
	}
	essentialinformation .r-tabs-accordion-title.r-tabs-state-active {
		background: #eb6500 none repeat scroll 0 0;
	}
	essentialinformation .r-tabs-accordion-title.r-tabs-state-active a {
		color: #fff;
	}
	essentialinformation .r-tabs-accordion-title {
		background: white none repeat scroll 0 0;
		border-top: 1px solid #cecece;
	}
	essentialinformation .r-tabs-accordion-title a {
		color: #373b40;
		display: block;
		font-family: "open_sansbold";
		font-size: 15px;
		padding: 9px;
	}
	essentialinformation .r-tabs-accordion-title a:hover, essentialinformation .r-tabs-accordion-title a:focus, essentialinformation .r-tabs-accordion-title a:active, essentialinformation .r-tabs-accordion-title a:visited {
		text-decoration: none;
	}	
}

@media (min-width:480px) {
    countrypage .worldex-banner-content {
        display: block;
    }
    .countryowl {
        width: calc(100% + 80px);
        position: relative;
        right: 40px;
        top: 0;
    }
    .country-map-section .countryowl .owl-carousel img {
        width: 293px;
        margin: auto auto;
    }
    .country-map-section .countryowl .owl-carousel .owl-controls .owl-prev {
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: -50px;
        left: 20px;
        -webkit-border-radius: 111px;
        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
        -moz-border-radius: 111px;
        /* Firefox 1-3.6 */
        border-radius: 111px;
        /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        width: 45px;
        height: 45px;
    }
    .country-map-section .countryowl .owl-carousel .owl-controls .owl-next {
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: -50px;
        right: 20px;
        -webkit-border-radius: 111px;
        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
        -moz-border-radius: 111px;
        /* Firefox 1-3.6 */
        border-radius: 111px;
        /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        width: 45px;
        height: 45px;
    }
    .video-playlist .col-xs-4 {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width:768px) {
    .country-map-section .countryowl .owl-carousel .owl-controls .owl-prev {
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: -60px;
        left: 20px;
        -webkit-border-radius: 111px;
        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
        -moz-border-radius: 111px;
        /* Firefox 1-3.6 */
        border-radius: 111px;
        /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        width: 45px;
        height: 45px;
    }
    .country-map-section .countryowl .owl-carousel .owl-controls .owl-next {
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: -60px;
        right: 20px;
        -webkit-border-radius: 111px;
        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
        -moz-border-radius: 111px;
        /* Firefox 1-3.6 */
        border-radius: 111px;
        /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        width: 45px;
        height: 45px;
    }
    .video-playlist .col-xs-4 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width:992px) {
    countrypage .WorldExpeditions_Title_Trip {
        display: block;
    }
    .countryowl {
        width: 375px;
        position: absolute;
        right: 30px;
        top: 0;
    }
    .country-map-section .countryowl .owl-carousel img {
        width: 100%;
        margin: auto auto;
    }
    .video-playlist .col-xs-4 {
        padding-right: 10px;
        padding-left: 10px;
    }
    videothumbnail p {
        text-align: left;
    }
    .countrypage-activities-grey-wrap{
    position: relative;
    top: -50px;
    z-index: 99;
}
}

@media (min-width:1200px) {
    .video-playlist .col-xs-4 {
        padding-right: 0px;
        padding-left: 0px;
    }
	
	essentialinformation .resp-tabs-container {
		background: #fff none repeat scroll 0 0;
		border-color: #00247D #cecece #cecece;
		border-style: solid;
		border-width: 6px 1px 1px;
		padding: 40px 0 30px;
	}

}


/*END Responsive*/

countrypage .owl-controls {
    /*background: brown;*/
    width: 100%!important;
}

countrypage #main-banner.owl-carousel .owl-dots {
    text-align: right;
    max-width: 100px;
    margin: 0 0px 0 0;
    display: block;
    height: auto;
    /* background: pink; */
    /* padding-right: 80px; */
    float: right;
}

countrypage .worldex-banner-content {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: "open_sansbold";
    line-height: 14px;
    font-size: 13px;
    border-radius: 3px;
    padding: 10px;
    right: 105px;
    bottom: 0px;
}

countrypage .worldex-banner-content {
    max-width: 380px;
}

.Title_Orange {
    background: #b54c17;
    padding-top: 12px;
    padding-bottom: 12px;
}

.Title_Orange h1{
    font-family: 'asapbold';
    font-size: 44px;
}

countrypage .worldex-banner-content-container2 {
    max-width: 1142px;
}

.country-hyperlink,
.country-hyperlink:hover,
.country-hyperlink:focus,
.country-hyperlink:active,
.country-hyperlink:visited {
    color: #b54c17;
    text-decoration: none;
}


/*START Toggle*/

html .toggle-primary.countrypage .toggle > label + p {
    display: block;
    padding-left: 30px;
    text-overflow: ellipsis;
    height: 1px;
    font-size: 15px;
    color: #373b40;
    font-family: "open_sansregular";
    line-height: 21px;
    margin-left: 0px;
    padding-left: 0px;
}

html .toggle-primary.countrypage .toggle.active > label + p {
    margin-bottom: 65px;
}

.toggle-primary.countrypage .toggle>label {
    /*-webkit-transition:all .15s ease-out;
        -moz-transition:all .15s ease-out;
        transition:all .15s ease-out;*/
    background: none;
    border: none;
    font-size: 1.1em;
    min-height: 20px;
    position: relative;
    font-weight: 400 margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.toggle-primary.countrypage .toggle.active>label {
    /*-webkit-transition:all .15s ease-out;
        -moz-transition:all .15s ease-out;
        transition:all .15s ease-out;*/
    background: none;
    border: none;
    font-size: 1.1em;
    min-height: 20px;
    position: relative;
    font-weight: 400
}

html .toggle-primary.countrypage .toggle.active > label {
    background-color: none;
    border-color: none;
    position: absolute;
    bottom: -72px;
}

.toggle-primary.countrypage .toggle > label::before {
    border: none;
}

.toggle.active > label .label-more-less::before {
    content: "Less";
    color: #b54c17;
    font: normal normal normal 14px/1 open_sansextrabold;
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
    bottom: 1px;
}

.toggle > label .label-more-less::before {
    content: "Read More";
    color: #b54c17;
    font: normal normal normal 14px/1 open_sansextrabold;
    margin-left: 0px;
    position: relative;
    bottom: 17px;
}

.toggle.active > label .label-more-less::after {
    content: "\f077";
    color: #b54c17;
    font: normal normal normal 12px/1 FontAwesome;
    position: relative;
    bottom: 2px;
    left: 4px;
}

.toggle > label .label-more-less::after {
    content: "\f078";
    color: #b54c17;
    font: normal normal normal 12px/1 FontAwesome;
    position: relative;
    bottom: 18px;
    left: 4px;
}

countrypage p {
    line-height: 21px;
}

.btn.btn-borders.dark.mr-xs.mb-lg.btn-md.countrypage-btn {
    font-family: 'asapregular';
    font-weight: normal;
    font-size: 18px;
    width: 300px;
    height: 35px;
    color: #00247D;
    border-color: #00247D;
}

.btn.btn-borders.dark.mr-xs.mb-lg.btn-md.countrypage-btn:hover {
    background-color: #b54c17;
    color: #fff;
}

.countrypage .toggle .label-more-less {
    margin: 0px;
    padding: 0px;
    height: 2px;
}

.countrypage .toggle.active .label-more-less {
    margin-bottom: 50px;
}


/*END Toggle*/

.countrypage-activities-grey-wrap {
    background: #f2f2f2;
}

.countrypage-activities-grey-wrap img {
    display: inline;
    padding-right: 10px;
    width: 50px;
    height: 40px;
}

.countrypage-h2 {
    text-align: center;
    font-family: 'open_sansbold';
    color: #00247D;
    font-size: 20px;
    padding: 20px 0;
    margin: 0px;
}

.countrypage-heading-container {
    border-style: none none solid none;
    border-width: 2px;
    border-color: #fff;
}

.countrypage-list-container {
    padding: 15px 40px;
}

.countrypage-list-container .col-xs-6 a:hover,
.countrypage-list-container .col-xs-6 a:focus,
.countrypage-list-container .col-xs-6 a:active,
.countrypage-list-container .col-xs-6 a:visited {
    text-decoration: none;
}

.countrypage-list-container .col-xs-6 p {
    margin: 5px 0
}

.countrypage-list-container .col-xs-6 p:after {
    content: "\f054";
    font: normal normal normal 11px/1 FontAwesome;
    position: relative;
    bottom: 1px;
    left: 10px;
    color: #00247D;
}

.countrypage-viewall-container p:after {
    content: "\f078";
    font: normal normal normal 11px/1 FontAwesome;
    position: relative;
    bottom: 1px;
    left: 10px;
    color: #00247D;
}

.countrypage-viewall-container p {
    text-align: center;
    padding: 15px;
}

.countrypage-viewall-container a p:hover,
.countrypage-viewall-container a p:focus,
.countrypage-viewall-container a p:active,
.countrypage-viewall-container a p:visited {
    color: #00247D!important;
    text-decoration: none;
}

.countrypage-viewall-container a:hover,
.countrypage-viewall-container a:focus,
.countrypage-viewall-container a:active,
.countrypage-viewall-container a:visited {
    text-decoration: none;
}

.btn.btn-borders.world-ex.mb-lg.mr-md.btn-sm.find-your-trip-sm-btn {
    font-weight: normal;
    font-family: 'open_sansregular';
    font-size: 13px;
}

.country-title {
    background: #00247D;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float: right;
}

.pagination ul {
    display: inline-block;
    margin: 0 20px;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li.current a {
    background: #adadad;
    color: #FFF;
}

.pagination ul li a {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 13px;
    font-family: 'open_sansbold';
    line-height: 20px;
    height: 20px;
    border: 1px solid #adadad;
    color: #adadad;
    text-decoration: none;
}

.more-about-bg{background:url(../images/bg-adventures.jpg) no-repeat top center;background-size:100%;background-color:#908e81;}


.more-about-h1 {
    font-family: 'asapbold';
    font-size: 32px;
    margin: 50px 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

.side-nav.asia {
    border-top: 7px solid #00247D;
}

.side-nav {
    background: #FFF;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.more-about-container .nav > ul {
    border-top: none;
    margin-bottom: 0;
    padding-left: 0px;
}

.more-about-container .nav > ul > li {
    font-size: 12px;
    border-bottom: 1px solid #A19F92;
    font-family: open_sansregular;
}

.side-nav ul li a {
    font-size: 15px;
    padding: 22px;
    display: block;
    color: #686868;
    font-family: 'open_sanssemibold';
}

.side-nav ul li a:hover,
.side-nav ul li a.active {
    color: #FFF;
    background: url(../images/arrow-right-white.png) 90% center no-repeat #64635b;
    text-decoration: none;
}

.more-about-content {
    background: #FFF;
    padding: 0 0px 20px;
}

.most-popular-h2 {
    margin: 30px 0;
}

.most-popular-h2-under {
    margin: 0 0 30px 0;
}

.zero-margin {
    margin-right: 0px!important;
    margin-left: 0px!important;
}

.tile-wrap-container {
    border-bottom: 1px solid #bcbcba;
    padding: 0 0 20px;
}

.countryowl-info-border {
    border-top: 10px solid #a33335;
}

.countryowl-info {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 45px 0px 45px !important;
}

.countryowl-info h3,
.countryowl-info p {
    margin: 0px;
}

.countryowl-info h3 {
    color: #a33335;
    font-family: 'open_sansbold';
    text-transform: none;
    font-size: 18px;
}

.countryowl-info p {
    font-family: 'open_sansregular';
    text-transform: none;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
}

.countryowl-info h3:before {
    content: "";
    background: url(../images/icon-map-location.png) left bottom / 29px 38px no-repeat;
    display: inline-block;
    width: 29px;
    height: 38px;
    margin-right: 5px;
}

.country-map-section .countryowl .owl-carousel .owl-controls .owl-nav [class*="owl-"]:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.country-map-section .countryowl .owl-carousel .owl-controls .owl-prev:before {
    content: "";
    position: relative;
    left: 8px;
    top: 7px;
    background: url(/Portals/world%20expeditions/images/thin_arrow.png) center center;
    display: block;
    width: 11px;
    height: 21px;
}

.country-map-section .countryowl .owl-carousel .owl-controls .owl-next:before {
    content: "";
    position: relative;
    left: 8px;
    top: 7px;
    background: url(/Portals/world%20expeditions/images/thin_arrow.png) center center;
    display: block;
    width: 11px;
    height: 21px;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.find-your-trip-sm-btn14 {
    font-weight: normal!important;
    font-family: 'open_sansregular'!important;
    font-size: 14px!important;
}

.btn.darkred {
    color: #a33335;
    background-color: #fff;
    border-color: #a33335;
    padding-left: 20px;
    padding-right: 20px;
}

.btn.darkred:hover {
    color: #fff;
    background-color: #a33335;
    border-color: #a33335;
}

.responsible-travel-img img {
    width: 100%;
}

.responsible-travel-img {
	margin-bottom:20px;
}

.accomodation-section h3 {
    font-family: 'open_sansbold';
    text-transform: none;
    font-size: 20px;
    color: #00247D;
    background: none;
    margin-bottom: 10px;
}

.countryowl2 {
    padding: 30px 10px;
    background: #f2f2f2;
}

.countryowl-in-the-field h3 {
    font-family: 'asapbold';
    text-transform: none;
    font-size: 24px;
    color: #00247D;
    margin: 12px 0px;
}

.country-in-the-field-section .countryowl2 .owl-carousel .owl-controls .owl-prev {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: -30px;
    -webkit-border-radius: 111px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 111px;
    /* Firefox 1-3.6 */
    border-radius: 111px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    width: 60px;
    height: 60px;
}

.country-in-the-field-section .countryowl2 .owl-carousel .owl-controls .owl-next {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: -30px;
    -webkit-border-radius: 111px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 111px;
    /* Firefox 1-3.6 */
    border-radius: 111px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    width: 60px;
    height: 60px;
}

.country-in-the-field-section .countryowl2 .owl-carousel .owl-controls .owl-prev:before {
    content: "";
    position: relative;
    left: 13px;
    top: 12px;
    /*! background: url(/Portals/world%20expeditions/images/thin_arrow_black.png) center center; */
    display: block;
    width: 16px;
    height: 27px;
}

.country-in-the-field-section .countryowl2 .owl-carousel .owl-controls .owl-next:before {
    content: "";
    position: relative;
    left: 18px;
    top: 12px;
    /*! background: url(/Portals/world%20expeditions/images/thin_arrow_black.png) center center; */
    display: block;
    width: 16px;
    height: 27px;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.custom-made a:hover,
.custom-made a:focus,
.custom-made a:visited,
.custom-made a:active {
    text-decoration: none;
}

.btn.orange-white {
    color: #eb6500;
    background-color: #fff;
    border-color: #eb6500;
    padding-left: 20px;
    padding-right: 20px;
}

.btn.orange-white:hover {
    color: #fff;
    background-color: #eb6500;
    border-color: #eb6500;
}

videothumbnail a:hover,
videothumbnail a:active,
videothumbnail a:focus,
videothumbnail a:visited {
    text-decoration: none;
}

countrytab .collapsing {
    -webkit-transition-duration: .0s;
    -o-transition-duration: .0s;
    transition-duration: .0s;
}

countrytab .panel-heading .panel-title .accordion-toggle{
    color: #000;
    font-family: 'open_sansbold';
    font-size: 13px;
    text-transform: none;
    width: 100px;
    line-height: 13px;
    display: inline-block;
    float: left;
}

countrytab .panel-heading .panel-title .accordion-toggle:focus, countrytab .panel-heading .panel-title .accordion-toggle:active{
    background: red;
}

countrytab .panel-heading .panel-title .collapsed{
   color: #cecece;
    background: none;
}

countrytab .panel-heading .panel-title .accordion-toggle::after {
    content: "";
}

countrytab .panel-heading .panel-title .collapsed::after {
    content: "";
}

countrypage .owl-controls{
    padding-bottom: 50px;
}

countrypage .worldex-banner-content{
   /* bottom: 15px; = original */
   bottom: -10px;
}



essentialinformation .find-your-trip-buttons a::after {
	bottom: 2px;
	color: #fff;
	content: "";
	font: 11px/1 FontAwesome;
	left: 5px;
	position: relative;
	text-rendering: auto;
}
essentialinformation .section-tabs .r-tabs-tab a {
	color: #373b40;
	display: inline-block;
	font-family: "open_sansbold";
	font-size: 13px;
	line-height: 13px;
	min-height: 16px;
}
essentialinformation .section-tabs .r-tabs-tab {
	border-radius: 5px 5px 0 0;
	padding: 10px 5px;
	text-align: center;
	width: 97px;
}
essentialinformation .section-tabs .r-tabs-tab.r-tabs-state-active {
	background-color: #00247D;
}
essentialinformation .section-tabs .r-tabs-tab.r-tabs-state-active a {
	color: #fff;
}
essentialinformation .section-tabs .r-tabs-tab a:hover {
	text-decoration: none;
}
essentialinformation .resp-tabs-list {
	background: #fff none repeat scroll 0 0;
	display: block;
}
essentialinformation h5 {
	font-family: "open_sansbold";
	font-size: 17px;
	text-transform: none;
}

.more-about-bg{
    padding-bottom: 130px;
}

.countryEssentialInformationInlineImage {
	width:100%;
}

.mapCarouselHeading h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #00247D;
    font-family: "open_sansbold";
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: none;
}




.mapCarousel.owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"] {
    background: rgba(0, 0, 0, 0) url("/portals/0/images/carousel-left.png") no-repeat scroll 0 0 / 50px 50px;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: calc(7% + 30px);
    padding: 10px;
    transform: rotate(0deg);
    width: 50px;
}
.mapCarousel.owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"] {
    background: rgba(0, 0, 0, 0) url("/portals/0/images/carousel-left.png") no-repeat scroll 0 0 / 50px 50px;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: calc(7% + 30px);
    padding: 10px;
    transform: rotate(180deg);
    width: 50px;
}
.mapCarousel.owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"] {
    background: rgba(0, 0, 0, 0) url("/portals/0/images/carousel-left.png") no-repeat scroll 0 0 / 50px 50px;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: calc(7% + 30px);
    padding: 10px;
    transform: rotate(0deg);
    width: 50px;
}
.mapCarousel.owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"] {
    background: rgba(0, 0, 0, 0) url("/portals/0/images/carousel-left.png") no-repeat scroll 0 0 / 50px 50px;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: calc(7% + 30px);
    padding: 10px;
    transform: rotate(180deg);
    width: 50px;
}
.mapCarousel.owl-carousel .owl-nav .owl-prev::before, templatecarousel .owl-carousel .owl-nav .owl-next::before {
    content: "";
}
.mapCarousel.owl-carousel .owl-nav .owl-next::before, templatecarousel .owl-carousel .owl-nav .owl-next::before {
    content: "";
}
.mapCarousel.owl-carousel .owl-nav .owl-prev::before, templatecarousel .owl-carousel .owl-nav .owl-next::before {
    content: "";
}
.mapCarousel.owl-carousel .owl-nav {
    margin-top: 120px;
}

.country-in-the-field-section .owl-carousel .owl-nav {
    margin-top: 75px;
}

.mapCarouselItemOuter {
	background: #f2f2f2;	
	min-height: 450px;
	overflow:hidden;
}

.mapCarouselHeading {
	padding: 0 35px;
}

.mapCarouselBody {
	padding: 0 35px;
	font-size: 15px;
    color: #000000;
    font-family: "open_sansregular";	
}

.contentPage .videoSectionOtherVideosCarousel.owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"]{
    background: rgba(0, 0, 0, 0) url("/portals/0/images/carousel-left.png") no-repeat scroll 0 0 / 50px 50px!important;
}
.contentPage .videoSectionOtherVideosCarousel.owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"]{
    background: rgba(0, 0, 0, 0) url("/portals/0/images/carousel-left.png") no-repeat scroll 0 0 / 50px 50px!important;
}

/* Custom responsive */
@media (min-width:1px) and (max-width:990px){
/*
    countrypage .WorldExpeditions_Title_Trip{
        display:block;
        top: 70px;
        margin-left: -4px;
    }
*/
    countrypage .trippagewrap{
    }
    div#dnn_CountryIntroduction{
        margin-top: 0 !important;
    }
}


@media (min-width:991px) and (max-width:1029px){
countrypage .WorldExpeditions_Title_Trip h1 {
        position: relative;
        top: -160px;
        z-index: 100;
        background: #660033;
        color: #fff;
        padding: 20px;
border-radius: 6px 6px 0 0;
    margin-left: 5%;
    }
}
    
 @media (min-width:1030px) and (max-width:1100px){
    countrypage .WorldExpeditions_Title_Trip {
      margin-left: calc(10% - 50px);
        }
}
   

@media (min-width:1101px) and (max-width:1200px){
    countrypage .WorldExpeditions_Title_Trip {
      margin-left: calc(16% - 85px);
        }
}


/*VIDEO SECTION*/
div.row.videoSectionOtherVideosRow{
    background: #f2f2f2;
    margin: 2px;
    padding: 20px 17px 5px 17px;
}

div#most-popular-and-iconic-anchor {
	padding-top:15px;
    display: inline;
}

.WEXMostPopularAndIconicSettingsRelatedCategoriesCheckBoxListWrapper {
	height: 400px;
	overflow:scroll;
	background-color:#FFFFFF;
	padding:5px;
}

.WEXMostPopularAndIconicClearPanelButton {
	margin-top: 10px;
}

.ArticlesCarouselItemOuter {
    background: #404040;
    min-height: 450px;
    overflow: hidden;
}

.ArticlesCarouselItemOuter .mapCarouselBody {
    padding: 0 35px;
    color: #fff;
    font-family: "open_sansregular";
}

.ArticlesCarouselItemOuter .mapCarouselHeading h3{
	color: #fff;
}